(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/icon.h>
BOOL MatchToolValue()
SYNOPSIS
UBYTE * typeString
UBYTE * value

LOCATION
In IconBase at offset 17
FUNCTION
Checks if the given tooltype has the supplied value.

INPUTS
typeString
string containing the tooltype.
value
the value to match for.
RESULT
TRUE if match, else FALSE.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
03.02.1997 digulla
New library icon.library by N.H. Lorentzen